home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TFRMEDIT / TFRMEDIT.txt < prev   
Text File  |  1999-09-08  |  2KB  |  102 lines

  1. object frmEdit: TfrmEdit
  2.   Left = 153
  3.   Top = 231
  4.   Width = 604
  5.   Height = 321
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Souvenir Lt BT'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Visible = True
  18.   WindowState = wsMaximized
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnKeyUp = FormKeyUp
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 16
  26.   object barEdit: TStatusBar
  27.     Left = 0
  28.     Top = 269
  29.     Width = 596
  30.     Height = 22
  31.     Panels = <
  32.       item
  33.         Alignment = taCenter
  34.         Width = 58
  35.       end
  36.       item
  37.         Width = 57
  38.       end
  39.       item
  40.         Width = 300
  41.       end
  42.       item
  43.         Width = 60
  44.       end
  45.       item
  46.         Alignment = taCenter
  47.         Width = 40
  48.       end
  49.       item
  50.         Width = 40
  51.       end
  52.       item
  53.         Width = 40
  54.       end
  55.       item
  56.         Width = 50
  57.       end>
  58.     SimplePanel = False
  59.   end
  60.   object mmoMemo: TRxRichEdit
  61.     Left = 0
  62.     Top = 0
  63.     Width = 596
  64.     Height = 269
  65.     Align = alClient
  66.     AutoURLDetect = False
  67.     HideSelection = False
  68.     PlainText = True
  69.     PopupMenu = frmMain.pumPopup
  70.     TabOrder = 1
  71.     WantTabs = True
  72.     OnTextNotFound = mmoMemoTextNotFound
  73.     OnURLClick = mmoMemoURLClick
  74.   end
  75.   object tmrKeyState: TTimer
  76.     OnTimer = tmrKeyStateTimer
  77.     Left = 92
  78.     Top = 212
  79.   end
  80.   object strEdit: TFormStorage
  81.     IniFileName = '\Software\JSoft Consulting\NotePads+'
  82.     IniSection = 'Edit Form'
  83.     Options = [fpState]
  84.     UseRegistry = True
  85.     StoredProps.Strings = (
  86.       'mmoMemo.AutoURLDetect'
  87.       'mmoMemo.Color'
  88.       'mmoMemo.Font'
  89.       'mmoMemo.ScrollBars'
  90.       'mmoMemo.SelectionBar'
  91.       'mmoMemo.UndoLimit'
  92.       'mmoMemo.WordWrap')
  93.     Left = 64
  94.     Top = 212
  95.   end
  96.   object appEvents: TAppEvents
  97.     OnIdle = appEventsIdle
  98.     Left = 120
  99.     Top = 212
  100.   end
  101. end
  102.